@charset "utf-8";
/* CSS Document */

/*body 
{
	margin: 0;
	padding: 0;
	background: #1d1d1d;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
}

h2 	
{ 
	color: #999;
	margin-bottom: 0; 
	margin-left:13px;
	background:url(navigation.jpg) no-repeat;
	height:40px;
}

h2 span
{
	display: none;
}

p	
{ 
	color: #ffff66; 
	margin-top: .5em;
	font-size: .75em;
	padding-left:15px;	
}*/

#navigation-block {
	position:relative;
	margin:0 0 0 0;
	height:auto;
	
}

#hide {
	position:absolute;
 	left:-190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: .95em;
	margin:  10px 0; /*space between the menu and the top of the main page*/
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 10px;
	margin: 0;
	margin-bottom: 2px;
		-moz-border-radius: 6px; /*those 3 lines for round corners*/
		-webkit-border-radius: 6px;
		border-radius: 6px;	
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background:#333 url(../heading_bg.jpg) repeat-y;
	font-weight: normal;
	
}

ul#sliding-navigation li.sliding-element a
{
	color: #999;
	background:#515151 url(../tab_bg.jpg) repeat-y; /*#515151 is the color of each item background*/
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover { color: #DF7325; } /*this is the color of the hover*/