﻿
.topmenucontainer
{
	float:left;
	height: 42px;
	width:555px;
	font-family: Georgia;
font-weight:normal;
	margin:0 0 0 0;
	padding:0;
	}
.topmenu
	{
		margin:0;
		padding:4px 0 0 20px;
		font-weight:bold;
		
	}
.topmenuitem
{
	 cursor: pointer; 
	 color: #ffffff; 
	 height: 42px; 
	 text-align: left;  
	 float:left;
	 padding:0 12px 0 0 ;
	 font-size:14px;
	 
}
.topmenuitem a:hover
{
	color:#ffffff;
	height: 42px;
}

.topmenuselected
{
	color:#ffffff;
	height: 42px;
}

.topmenuitem a
{
	text-decoration: none;
	display:block;
	color:#ffffff;
	text-align:center;
}

.topmenuitemSearch
{
	 background:url(../images/mainnavbg.jpg) repeat-x;
	 cursor: pointer; 
	 font-weight: bold; 
	 color: #ffffff;
	 width:215px; 
	 height: 32px; 
	 text-align: left;  
	 float:right;
	 padding:10px 0 0 0;
}

.topmenuitemSearch a
{
	float:left;
	color:#ffffff;
	text-decoration: none;
	display:block;
	padding:0;
	text-align:center;
	padding:2px 0 0 0;
	width:60px;
}
.topmenuitemSearch img
{
	float:left;
	width:25px;
margin:0;
padding:0 0 0 0;	
}
.searchBox
{
	float:left;
	background: url(../images/searchBoxBG.jpg) no-repeat;
	width:109px;
	height:14px;
	border:none;
	padding:4px 4px 4px 4px;
	margin:0 5px 0 0;
	font-size:11px;	
	}

.topsubmenu
{
	padding:0;
	top:30px;
	margin:0;
	font-size:12px;
	
	
}

.topsubmenu div
{
	padding:0;
	margin:0;	
	z-index:501;
}

.topsubmenuitem
{	
	 background:#799d83;
	 cursor: pointer; 
	 font-weight: normal; 
	 color: white; 
	 text-align: left; 
	 width:140px;
	 border-top:1px solid #ffffff;
	
}
.topsubmenuitem a:hover
{
	 color: white;
	 text-decoration:none;
	 font-weight:bold;
	 background:#aec5b4;
}
.topsubmenuitem a
{
	text-decoration: none;
	
	display:block;
	color: white;
	padding:5px;
}

.sidenav
{
	float:left;
	width:298px;

font-size:12px;
margin:0 0 15px 0;	
}

.sidenavitem, .sidenavitem a
{
background: url(../images/gradient.jpg) repeat-x;
	border-bottom: 1px solid #d3d3d3;
	color:#ffffff;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
	
}


.sidenavitem a:hover
{
font-weight:bold;
text-decoration:underline;
}












