﻿/*
###################################
	SubMenu
###################################
*/
#SubMenu
{
	width: 160px;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 16px;
}
#SubMenuTop
{
	width: 160px;
	height: 27px;
	background-color: #1289dc;
}
#SubMenuTopLeft
{
	width: 9px;
	height: 27px;
	float: left;
	background-image: url('../Images/Design/SubMenu/top_left.png');
	background-position: left;
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#SubMenuTopSpan
{
	width: 142px;
	height: 27px;
	float: left;
	background-image: url('../Images/Design/SubMenu/top_span.png');
	background-position: left;
	background-repeat: repeat-x;
}
#SubMenuTopRight
{
	width: 9px;
	height: 27px;
	float: left;
	background-image: url('../Images/Design/SubMenu/top_right.png');
	background-position: left;
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}
h5#SubMenuHeader
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 20px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 3px;
}
#SubMenuContent
{
	width: 160px;
	background-color: #f6f6f6;
	background-image: url('../Images/Design/SubMenu/bg_span.gif');
	background-position: left;
	background-repeat: repeat-y;
}
#SubMenuContentPlate
{
	width: 160px;
	background-image: url('../Images/Design/SubMenu/span_top.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
#SubMenuContentPlatePadding
{
	padding-left: 8px;
	background-image: url('../Images/Design/SubMenu/span_footer.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#SubMenuItems
{
	width: 144px;
	padding-bottom: 0px;
	padding-top: 3px;
}
/*
###################################
	SubMenu - Item
###################################
*/
.SubMenuItem
{
	display: block;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 10px;
	background-image: url('../Images/Design/SubMenu/item_spacer.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.SubMenuItemNoSpacer .SubMenuItem
{
	background-image: none;
	padding-bottom: 12px;
}

/*
###################################
	SubMenuSearchBox
###################################
*/
#SubMenuSearchBox
{
	padding-top: 10px;
}
#SubMenuSearchBoxHeader
{
	font-weight: bold;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 4px;
}
#SubMenuSearchBoxInputPlate
{
	width: 150px;
	height: 20px;
	background-color: #fff;
	background-image: url('../Images/Design/SubMenu/searchbox_bg.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#SubMenuSearchBoxInputPlatePadding
{
	padding-left: 9px;
	padding-top: 3px;
}
.SubMenuSearchBoxInput
{
	background-color: Transparent;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: normal;
	font-family: Verdana;
	color: #000;
	width: 132px;
}
#SubMenuSearchBoxButton
{
	padding-top: 5px;
	text-align: right;
	padding-bottom: 8px;
}

/*
###################################
	Shortcut
###################################
*/
#Shortcut, .LeftBox
{
	padding-top: 16px;
	width: 160px;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 16px;
}
.NoPadding #Shortcut,.NoPadding .LeftBox
{
	padding-top: 0px !important;
}
#ShortcutTop
{
	width: 160px;
	height: 27px;
	background-color: #1289dc;
}
#ShortcutTopLeft
{
	width: 9px;
	height: 27px;
	float: left;
	background-image: url('../Images/Design/Shortcut/top_left.png');
	background-position: left;
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#ShortcutTopSpan
{
	width: 142px;
	height: 27px;
	float: left;
	background-image: url('../Images/Design/Shortcut/top_span.png');
	background-position: left;
	background-repeat: repeat-x;
}
#ShortcutTopRight
{
	width: 9px;
	height: 27px;
	float: left;
	background-image: url('../Images/Design/Shortcut/top_right.png');
	background-position: left;
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}
h5#ShortcutHeader
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 20px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 3px;
}
#ShortcutContent
{
	width: 160px;
	background-color: #f6f6f6;
	background-image: url('../Images/Design/Shortcut/bg_span.gif');
	background-position: left;
	background-repeat: repeat-y;
}
#ShortcutContentPlate
{
	width: 160px;
	background-image: url('../Images/Design/Shortcut/span_top.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
#ShortcutContentPlatePadding
{
	padding-left: 8px;
	background-image: url('../Images/Design/Shortcut/span_footer.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#ShortcutItems
{
	width: 144px;
	padding-bottom: 0px;
	padding-top: 3px;
}

/*
###################################
	Shortcut - Item
###################################
*/

.ShortcutItem
{
	display: block;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 10px;
	background-image: url('../Images/Design/Shortcut/item_spacer.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.ShortcutItemLast
{
	background-image: none;
	padding-bottom: 13px;
}

