/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2007 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
#NavHorizMgr .DynamicHoverStyle
{
	margin-right: 5px;
	padding: 0px;
}
#NavHorizMgr .DynamicMenuStyle
{
	background-color: #f7f7f7;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 3px 0px 0px 0px;
	width: 140px;
}
#NavHorizMgr .DynamicMenuItemStyle
{
	border-top: solid 1px #ccc;
	margin: 0px;
	padding: 3px;
	width: 140px;
}
#NavHorizMgr .StaticHoverStyle
{
	margin-right: 5px;
	padding: 0px;
}
#NavHorizMgr .StaticMenuItemStyle
{
	margin-right: 5px;
	padding: 0px;
}
#NavHorizMgr .StaticMenuStyle
{
	margin-right: 5px;
	padding: 0px;
	width: 140px;
}
#NavHorizMgr img
{
	display: none;
}

