﻿/*TopMenus */


#topMenuBar
{
	float:right;
	margin-top:10px;
	margin-right: 70px;
	width:900px;
	height:30px;
	/*background:url(images/topmenu.jpg) no-repeat;*/
}

#topMenu
{
	float:right;
	margin-top:5px;
	width:900px;
	height:30px;

}

#RadMenu
{
	float:right;
}

#topMenu div
{

}

/*Side Menus */

#menu
{
	font-family:Tahoma,Sans-Serif;
	float:left;
	width:190px;
	margin-bottom:20px;
}

#menu a {
	color:white;
}

#menu a:hover 
{ 
	text-decoration:underline;
	color:#FF9600;
	height:15px;
	width:75px;
	background-image: url('images/tophover.jpg');
	font-family:Tahoma,Sans-Serif;
}

#menu table.menuItem
{
	padding:0px;
	height:32px;
	color:#fff;
	text-decoration:none;
	background: Transparent;
	display:block;
	width:164px;
	border-bottom:1px dotted #666;
}

#topMenuHome
{
	height:20px;
	width:75px;
/*	background-image: url('images/home.jpg');*/
}
#topMenuHome:hover
{
	/*background-image: url('images/tophover.jpg');*/
	color:Green;
}

#topMenu a:hover
{
 text-decoration: none;
 color:#FF9600;
 background-image: url('images/tophover.jpg');
 font-family:Tahoma,Sans-Serif;
}

#topMenu a
{
  text-decoration: none;
	Font-family:Tahoma,sans-serif;
	font-size:larger;
	color:White;
	margin-left:70px;
}

#topMenu li
{
	background-image:url('images/Page-BgTexture.jpg');
  text-decoration: none;
	Font-family:Tahoma,sans-serif;
	color:White;
	margin-left:70px;
  padding:1px;
  display:inline;
}

#topMenu li:hover
{
	background-image:url('images/Page-BgTexture(frost).jpg');
  text-decoration: none;
	Font-family:Tahoma,sans-serif;
	color:White;
	margin-left:70px;
	padding:1px;
	display:inline;
}

.logname
{
 margin-bottom:10px;
 color:#FF9600
}


