/*
////////////////////////////////////////////
//--  
//--  @copyright Copyright (c) 2009-2010 RetY Web Design. All rights reserved.
//--
////////////////////////////////////////////
*/

#topNavigation {
	font-weight: bold;
  margin: 0;
  padding: 0;
  background: #000;
  list-style-type: none;
  /*width: 800px;    */
  float: left; /* Contain floated list items */
}
#topNavigation li {
  margin: 0;
  padding: 0;
  float: left;
}
#topNavigation a {
	font-size: 12px;
  float: left;
  width: 113px;
  color: #FFF;
  text-decoration: none;
  line-height: 2.5;
  text-align: left;
	padding-left:15px;
}

#topNavigation a {
  border: none;
}

#topNavigation .topMenuSelected a,  #topNavigation .topMenuSelected a:hover{
  background: #000 url(/extras/images/verticalBar.png) no-repeat 5px 0 ;
}

#topNavigation a:hover {
  background: #d23227;
}



.menu  { 
	/*type*/
	font-size: 12px;
	text-decoration: none;
	color: #ffffff; 
	/*align*/
	vertical-align:middle;
	/*padding*/
	margin:0px;
	padding:0px;
	position:absolute;
	display: block;
	width: 123px;
	background-color: transparent;
	left:auto;
}

.menuText  { 
	/*type*/
	text-decoration: none;
	text-align:left;
	background-color: #dedede;
	color: #000000; 
	width: 100%;
	border-bottom: solid 1px  #4f4f4f;
	border-left: 5px #4f4f4f solid;
}

.menuText  a { 
	font-size: 12px;
	text-decoration: none;
	color: #000000; 
	display: block;
	padding:5px 8px 5px 8px;
}

.menuText a:hover {
	background-color: #d23227;
	color:#fff;
}
