/* CSS Document */

/* CSS Document */



#content{
	width: 490px;
	margin-bottom: 10px;
}

#content h3 a, a:visited{
	color: #2B5E7B;
	text-decoration: none;
}

#content p{
	padding: 0px;
	margin: 0px;
	width: 440px;
	color: #2B5E7B;
	font-size: 14px;
	padding-bottom: 15px;
	padding-right: 30px;
	line-height: 14pt;
}

#main_content p{
	
}

#content_image{
	width: 250px;
	height: 210px;
	float: right;
}


/* links page */
#links ul{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

#links li{
	width: 150px;
	float: left;
	height: 20px;
	background-image: url(../../images/explorer.gif);
	background-repeat: no-repeat;
	padding-left: 20px;	
}

#links li a{
	text-decoration: none;
	color: #000;
}

#links li a:hover{
	text-decoration: underline;
}

/* downloads page */
#downloads ul{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

#downloads li{
	width: 150px;
	float: left;
	height: 20px;
	background-repeat: no-repeat;
	padding-left: 20px;	
}

#downloads li a{
	text-decoration: none;
	color: #000;
}

#downloads li a:hover{
	text-decoration: underline;
}


/* main nav */

.menu {
	width:750px; 
	position:relative;
	z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:123px;
	position:relative;
	margin-right: 2px;
	height: 90px;
	font-size: 15px;
}

.menu li li{
	height: 25px;
	font-size: 11px;
	color: #7C4565;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	
	text-decoration:none; 
	color: #fff;
	width:125px; 
	height:30px;  
	padding-left:8px; 
	line-height:29px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:100px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color: #7C4565;
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:103px;
	text-decoration: none;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:100px;
w\idth:100px;
}

/* style the top level hover */
.menu a:hover{
	color:#fff; 
	text-decoration: underline;
}

/* style the top level hover */
.menu ul ul a:hover{
	color:#7C4565; 
	text-decoration: underline;
}

.menu :hover > a {
	color:#fff;
	text-decoration: underline;
}

.menu ul ul :hover > a {
	color:#7C4565;
	text-decoration: underline;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}

.show_menu ul.sub{
	visibility:visible; 
}

* html .menu a, * html .menu a:visited {
w\idth:100px;
}

