/* 
    Document   : menu
    Created on : Mar 21, 2010, 5:44:47 PM
    Author     : jarthur
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

ul.menu
{
	margin:0;
	padding: 0 40px 0 0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(../images/nav_bg.gif) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
}

ul.menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

ul.menu li a
{
	display:block;
	float:left;
	
	text-decoration:none;
	font-weight:bold;
	padding: 0 8px 0;
}

ul.menu li a:hover
{
	color:#FFFFFF;
	height:22px;
	background:transparent url(../images/nav_bg.gif) 0px -38px no-repeat;
}


ul.menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(../images/nav_bg.gif) 0px -38px no-repeat;
	float:left;
	margin:0;
}


#centered{
        background:none repeat scroll 0 0 #333333;
        font-family:"Times New Roman";
        font-size:1.1em;
        font-style:italic;
        height:37px;
        width:100%;
}

ul#gmenu {
        height:37px;
        clear:left;
        float:left;
        left:50%;
        list-style:none outside none;
        margin:0;
        padding:0;
        position:relative;
        text-align:center;
}

ul#gmenu li {
        position:relative;
        right:50%;
	float: left;
	margin: 0;
	padding: 0;
}
ul#gmenu a {
	background: #333 url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
ul#gmenu a:hover {
	background: #ffdb7f url("../images/hover.gif") bottom center no-repeat;
	color: #000;
	padding-bottom: 8px;
}

ul#gmenu a.current {
	background: #666 ;
	color: #fff;
	padding-bottom: 8px;
}


