/* timeisup.com Base Template Styles For Navigation
 * Author: Maxim Bondaruk
 * $Id: nav.css 14 2005-10-28 22:16:48Z root $
 */

 div#topmenu ul{
   display: block;
	height: 41px;
 	background: #435369;
	margin: 0 9px 0 9px;
	padding: 0;
 }
 
 div#topmenu ul li{
	display: block;
	float: left;
	padding: 13px 13px 0px 13px;
	margin: 0;
	list-style-position: outside;
	background: url(../img/m_menu_li.gif) no-repeat 0 14px;
}
 div#topmenu ul li#first{
	background: none;
}
 div#topmenu ul li a{
   display: block;
   font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	color: #EEEEEE;
	font-size: 11px;
	margin: 0;
	padding: 5px 0 4px 0;
	line-height: 0.8em;
}
div#topmenu ul li.current a{
	color: #edd607;
}

ul.local{
   
   font-weight: bold;
	list-style-position: outside;
   margin: 0;
	padding: 0 0 10px 10px;
   list-style: none;
	border: 0px solid #A52A2A;
}
ul.local li{
	
	margin: 0;
	list-style: none;
   padding: 5px 0 0 0px;
   border: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	
}
ul.local li#localcur{
   padding: 5px 0 0 18px;
   background-image: url(../img/mark2.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	
}
ul.local a {
   padding: 0px 0 0 18px;
   color: White;
	display: block;
	
	text-decoration: none;
	background-image: url(../img/mark1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	width: 115px;
}
ul.local a:hover{
   color: #D7E1E1;
	text-decoration: none;
	background-image: url(../img/mark3.gif);
}

div.gal_nav
 {
 	text-align: center;
	padding: 3px;
	background-color: #F3F3F5;
	border: 1px solid #E9E9E9;
	margin-bottom: 20px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0f2441;
 }
 div.gal_nav a
 {
   text-decoration: none;
 }
 div.gal_nav em{
	background: white;
	color: #CD5C5C;
	font-style: normal;
	padding: 0 3px 0 3px;
}
