#top-container{
	width: 960px;
	margin: 0 auto;
}


#topmenu
{
	float:right;
	line-height: 30px;
}

#topmenu ul {
	margin :0;
	padding: 0;
	float: left;
}
#topmenu UL LI
{
	float:left;
	text-align: center;
	display: block;
	width: auto;
	height:20px;
	cursor: pointer;
	background: none;
}

#topmenu ul li a
{
	width: auto;
	float:left;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 20px;
	display: block;
	cursor: pointer;
	padding: 2px 5px;
	text-shadow: 0 1px 0 #333;
}

#topmenu UL LI A:active
{
	color: #ffffff;
}
#topmenu UL LI A:hover
{
	color: #ffffff;
}


#mainmenu{
	float: right;
	padding-top: 33px;
	min-height: 40px;
}

#mainmenu ul {
	float: right;
}

#mainmenu ul li {
	display: block;
    float: left;
    list-style: none;
    padding-left: 22px;
}

#mainmenu ul li a {
	display: block;
	color: #FFF;
    font-size: 1.7em;
	text-align: center;
	height: 43px;
	line-height: 43px;
	padding: 0 20px;
	text-decoration: none;
	
	/*-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	border-radius-topright: 3px;
	border-radius-topleft: 3px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;*/
}

#mainmenu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url('../images/menu_item_over.jpg') repeat-x;
}

#mainmenu ul li.active a {
	color: #FFF;
	background: url('../images/menu_item_down.jpg');
	border: 1px solid #0E649F;
	border-top: none;
	border-bottom: none;
}

#mainmenu ul li a {
	margin-top: 1px;
	color: #ffffff;
}

#footer-menu{
	line-height: 36px;
}

#footer-menu ul {
	margin :0;
	padding: 0;
}

#footer-menu UL LI
{
	float:left;
	text-align: center;
	display: block;
	width: auto;
	height:20px;
	cursor: pointer;
	background: none;
}

#footer-menu ul li a
{
	width: auto;
	float:left;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #C6E6FF;
	height: 20px;
	display: block;
	cursor: pointer;
	padding: 2px 5px;
	text-shadow: 0 1px 0 #333;
}

#footer-menu UL LI A:active
{
	color: #cccccc;
}
#footer-menu UL LI A:hover
{
	color: #cccccc;
}
