﻿#menu
{
	font-family:Candara;
	font-style:italic; 
	/*font-weight:500;
	font-size:1.05em;*/
	color:#464646;	
	
	margin:85px 0 0 55px;
	/*margin:0;*/
	float:left;
	width:180px;
	height:150px;
	position:relative;
		
}


#menu a
 {
	width:164px; 
	height:23px;
 	text-decoration:none;
 }

#menu a:link {color:#464646}
#menu a:visited {color:#464646}
#menu a:hover {	color:#868940}
#menu  a:active {color:#868940}




#menu ul
{	
	list-style:none;
	margin:0;
	padding:0;
	
}

#menu li
{
	margin-bottom:5px;
}

/* Submenu code  */
#menu ul ul
{
	position:absolute;
	left:75px;
	top:-5px;
	display:none;
	border:solid 1px #D7D1C4;
	margin:0;
	padding:5px; 
	background-image:url(../images/menuitems/submenuBG.png); 
	background-repeat:repeat-y;
	text-align:left;
	
}

#menu ul li:hover ul {display:block;}
#menu ul ul  li 
{
	width:170px; 
	font-size:.9em;
} 

/* Stop the popout menu from pushing the next menu item down the page */
#menu ul li {float: left; width:100% }
#menu ul li a {height: 1%;} 

/* end of  Submenu code  */

a.homeLink
{
	
	background-image: url(../images/menuitems/home.png); 
	background-position:top left;
	background-repeat: no-repeat;
	display: block; 
	overflow:visible;
	height:23px;
	width:164px;
}
a.homeLink:link {	background-image: url(../images/menuitems/home.png); }
a.homeLink:visited {	background-image: url(../images/menuitems/home.png); }
a.homeLink:hover{	background-image: url(../images/menuitems/HomeHover.png); }
a.homeLink:active {	background-image: url(../images/menuitems/home.png); }


a.partnerLink
{
	background-image: url(../images/menuitems/Partners.png); 
	background-position:top left;
	background-repeat: no-repeat;
	display: block; 
	overflow:visible;
	height:23px;
	width:164px;
}

/*a.partnerLink:link {	background-image: url(../images/menuitems/Partners.png); }
a.partnerLink:visited {	background-image: url(../images/menuitems/Partners.png); }*/
a.partnerLink:hover{background-image: url(../images/menuitems/PartnersHover.png); }
/*a.partnerLink:active {	background-image: url(../images/menuitems/Partners.png); }*/

a.IPLink
{
	
	background-image: url(../images/menuitems/IP.png); 
	background-position:top left;
	background-repeat: no-repeat;
	display: block; 
	overflow:visible;
	height:23px;
	width:164px;
}
a.IPLink:hover
{
	background-image: url(../images/menuitems/IPHover.png); 
}
a.newsLink
{
	
	background-image: url(../images/menuitems/News.png); 
	background-position:top left;
	background-repeat: no-repeat;
	display: block; 
	overflow:visible;
	height:23px;
	width:164px;
}
a.newsLink:hover
{
	background-image: url(../images/menuitems/NewsHover.png); 
}

a.contactLink
{
	
	background-image: url(../images/menuitems/Contacts.png); 
	background-position:top left;
	background-repeat: no-repeat;
	display: block; 
	overflow:visible;
	height:23px;
	width:164px;
	
}
a.contactLink:hover
{
	background-image: url(../images/menuitems/ContactsHover.png); 
	
}


#nav{}