/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b8cb3;
}
.blueborderbottom {
	border-top: 0px dashed #4b8cb3;
	border-right: 0px dashed #4b8cb3;
	border-bottom: 1px solid #4b8cb3;
	border-left: 0px dashed #4b8cb3;
}
.blueborder {
	border-top: 1px solid #4b8cb3;
	border-right: 1px solid #4b8cb3;
	border-bottom: 0px solid #4b8cb3;
	border-left: 1px solid #4b8cb3;
}


a img, a:visited img, a:link img, a:active img{
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
    border-bottom: 0px dashed;
	}
	
img a:hover {
	text-decoration: none;
	text-decoration: none;
    border-bottom: 0px dashed;
	}

a, a:visited, a:link, a:active {
	text-decoration: underline;
	color: #ffffff;
	
    /*border-bottom: 1px dashed;*/
	}
	
	a:hover {
	text-decoration: underline;
	
    /*border-bottom: 1px dashed;*/
	}
/*********************************************
Main Menu
*********************************************/

#mainmenu {
list-style: none;
	width: 600px;
	margin: 0 0 0px 0;
	padding-left: 25px;
	font-size: 0.9em;
}
#mainmenu ul {
	list-style: none;
	width: 600px;
	margin: 0 0px 0px 0;
	padding: 0;
	font-size: 1.1em;
}
#mainmenu ul li {
	margin-bottom: 1px;
	display: inline;
		padding-right: 9px;
			padding-left: 1px;
	/*border-right: 1px dotted #999999;*/
	vertical-align: middle;
	font-size: 12px;
	font-weight:bold;
}
#mainmenu ul li a, #mainmenu ul li ul li a, #mainmenu ul li.active ul li a {
	font-weight: bold;
	height:30px; /*20px auto */
	text-decoration: none;
	color: #4b8cb3;
	display: inline;
	padding: 4px 0 2px 0px;
	/*background: url('../../images/menu.png') top center repeat-x;*/
	border-bottom: 1px solid #dddddd;
}
#mainmenu ul li a:hover, #mainmenu ul li ul li a:hover {
	background: url('../../images/menu-hover.png') top center repeat-x;
	color: #336699;
	border-bottom: 1px solid #dddddd;
}
#mainmenu ul li.active a, #mainmenu ul li.active ul li.active a {
	background: url('../../images/menu-active.png') top center repeat-x;
	color: #336699;
	border-bottom: 1px solid #dddddd;
}
#mainmenu ul li.active a:hover, #mainmenu ul li.active ul li a:hover {
	background: url('../../images/menu-hover.png') top center repeat-x;
	color: #FF6699;
	border-bottom: 1px solid #dddddd;
}
#mainmenu ul li ul {
	width: 135px;
	margin: 1px 0 0 15px;
	font-size: .9em;
	
}.footer {
	font-size: 9px;
	color: #CCCCCC;
}
