.MainMenu {
    font-size: 11px;
    font-family : Arial, sans-serif;
}

.MainMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
    background-color: #fff;

	}

.MainMenu ul li {
	position: relative;
	}
	
.MainMenu li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

.leftrow {
    background: url(../images/tri.gif) no-repeat center right;
}    

/* Styles for Menu Items */
.MainMenu ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html .MainMenu ul li { float: left; height: 1%; }
* html .MainMenu ul li a { height: 1%; }
/* End */

.MainMenu ul li a:hover { color: #144AE2; background-color: #e0e0f9; text-decoration: none; } /* Hover Styles */
		
.MainMenu li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
.MainMenu li:hover ul, .MainMenu  li.over ul { display: block; } /* The magic */

/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		default;
	font-family:  verdana, arial, sans-serif;
	font-size:	10px;

	padding:	0;
	border:		0;
	white-space:	nowrap;
}

.ThemeIEMenu
{
/*	background-color:	#F7F3EF; */
}

.ThemeIESubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
}

.ThemeIESubMenuTable
{
	border:		1px solid #ADAA9C;
	background-color:	white;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	padding-left:	3px;
	padding-right:	3px;
	white-space:	nowrap;
}

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color:		white;
	background-color:	#BBC3D3;
}

.ThemeIEMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;
}

.ThemeIEMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeIEMenuItem img.seq1
{
	display:	inline;
}

.ThemeIEMenuItemHover seq2,
.ThemeIEMenuItemActive seq2
{
	display:	inline;
}

.ThemeIEMenuItem .seq2,
.ThemeIEMenuItemHover .seq1,
.ThemeIEMenuItemActive .seq1
{
	display:	none;
}
