﻿.DropDownNav
{
	position:absolute;
	clear: both;
	display: none;
	top: 35px;
	z-index: 300;
}

.DropDownTop
{
	clear: both;
	width: 300px;
	height: 20px;
}

.DropDownBot
{
	clear: both;
	width: 300px;
	height: 7px;
}

.DropDownMiddle
{
	clear: both;
	width: 300px;
	height: 150px;
}

.DropTopLeftCorner, .DropTopRepeat, .DropTopRightCorner,
.DropBotLeftCorner, .DropBotRepeat, .DropBotRightCorner,
.DropLeftSide, .DropContent, .DropRightSide, .DropDownArrow,
.DropTopRepeatLeft, .DropTopRepeatRight
{
	float: left;
}

.DropTopLeftCorner
{
	width: 7px;
	height: 20px;
	background: url('../Images/Main/NavDropDown/DropDownTopLeftCorner.png') no-repeat;
}

.DropTopRepeatLeft,
.DropTopRepeatRight
{
	width: 228px;
	height: 20px;
	background: url('../Images/Main/NavDropDown/DropDownTopRepeat.png') repeat-x; 
}

.DropTopRightCorner
{
	width: 7px;
	height: 20px;
	background: url('../Images/Main/NavDropDown/DropDownTopRightCorner.png') no-repeat;
}

.DropBotLeftCorner
{
	width: 7px;
	height: 7px;
	background: url('../Images/Main/NavDropDown/DropDownBotLeftCorner.png') no-repeat;
}

.DropBotRepeat
{
	width: 287px;
	height: 7px;
	background: url('../Images/Main/NavDropDown/DropDownBotRepeat.png') repeat-x; 
}

.DropBotRightCorner
{
	width: 7px;
	height: 7px;
	background: url('../Images/Main/NavDropDown/DropDownBotRightCorner.png') no-repeat;
}

.DropLeftSide
{
	width: 7px;
	height: 150px;
	background: url('../Images/Main/NavDropDown/DropDownLeftSide.png') repeat-y;
}

.DropContent
{
	width: 287px;
	height: 150px;
	background-color: #fff;
}

.DropRightSide
{
	width: 7px;
	height: 150px;
	background: url('../Images/Main/NavDropDown/DropDownRightSide.png') repeat-y;
}

.DropDownArrow
{
	width: 22px;
	height: 20px;
	background: url('../Images/Main/NavDropDown/DropDownArrow.png') no-repeat;
}


/* new */
.DropContent .ParentImage
{
	background: url('../Images/Main/Arrow.gif') no-repeat left center;
}
.DropContent .LinkWrapper
{
	float:left; 
	padding-left:8px;
}
.DropContent .ParentLink
{
	margin-top:7px;
	display:block;
	font-family: Georgia, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #003f5e;
	text-decoration:none;
	background: url('../Images/Main/Arrow.gif') no-repeat left center;
	padding-left: 10px;	
}
.DropContent .ParentLink:Hover
{
	text-decoration:underline;	
}
.DropContent .ChildLink
{
	margin-top:7px;
	display:block; 
	margin-left:18px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #565656;
	text-decoration:none;
}
.DropContent .ChildLink:Hover
{
	text-decoration:underline;
}
.DropContent .GrandChildLink
{
	margin-top:7px;
	display:block; 
	margin-left:36px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #565656;
	text-decoration:none;
}
.DropContent .GrandChildLink:Hover
{
	text-decoration:underline;
}