@charset "UTF-8";

a, a:active {
outline: none;
}

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	background: url(left_bar.png) no-repeat -3px -92px !important;
	border: 0;
	width: 50px;
	padding: 0px 0px 0px 0px;
	position: fixed !important;
	top: 190px;
	z-index: 1000;
	left: 0;
}
.bar_bt {
	height: 3px;
	width: 50px;
	background: url(left_bar_bg_bt.png) no-repeat 100% 0% !important;
	position: absolute;
	bottom: -3px;
	display: block !important;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	text-align: center;
	display: block !important;
	float: none !important;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
	
}
ul.MenuBarVertical ul li.dvd {
	padding: 5px 0px 3px 10px !important;
	color: #02b2c8;
	cursor: default;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
ul.MenuBarVertical ul ul {

}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
background: -moz-linear-gradient(left, #e9e9e9, #f6f6f6);
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e9e9e9));
width: 120px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 100px;
	text-align: left;
	padding: 0px 10px 0px 10px !important;
	margin: 0;
	display: block;
}
ul.MenuBarVertical ul li.scr {
	padding: 5px 10px 5px 9px !important;
}
ul.MenuBarVertical ul li.scr img {
	
	border: 1px solid #cbcbcb;
}
ul.MenuBarVertical ul li.scr img:hover {
	opacity: 0.9;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
border: 1px solid #fff;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	text-shadow: 0 1px 0 #fff;
	padding: 3px 0px 3px 0px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: transparent;
	color: #00c2da;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: transparent;
	color: #00c2da;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{

}
a.themes {
	/*	background-image: url(SpryMenuBarRight.gif);*/
	background-repeat: no-repeat;
	background-position: 46px 9px;
	text-align: left;
	padding-left: 0px;
	letter-spacing: 0px;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		
	}
}

/*icons*/
a.main_site:link, a.main_site:active, a.main_site:visited {
	display: block;
	text-indent: -9999px;
	background: url(left_bar.png) no-repeat 0px 0px;
	width: 26px;
	height: 28px;
	margin: 10px 0px 0px 10px;
	padding: 0;
}
ul.MenuBarVertical a.main_siteHover, ul.MenuBarVertical a.main_siteHover, ul.MenuBarVertical a.main_siteVisible,
ul.MenuBarVertical a.main_site:hover
{
	background: transparent url(left_bar.png) no-repeat -26px 0px !important;
}
a.buy_th:link, a.buy_th:active, a.buy_th:visited {
	display: block;
	text-indent: -9999px;
	background: url(left_bar.png) no-repeat 0px -28px;
	width: 33px;
	height: 35px;
	margin: 0px 0px 0px 8px;
	padding: 0;
}
ul.MenuBarVertical a.buy_thHover, ul.MenuBarVertical a.buy_thHover, ul.MenuBarVertical a.buy_thVisible,
ul.MenuBarVertical a.buy_th:hover
{
	background: transparent url(left_bar.png) no-repeat -33px -28px !important;
}
a.themes:link, a.themes:active, a.themes:visited {
	display: block;
	text-indent: -9999px;
	background: url(left_bar.png) no-repeat 0px -63px;
	width: 47px;
	height: 29px;
	margin: 10px 0px 10px 2px;
	padding: 0;
}
ul.MenuBarVertical a.themesHover, ul.MenuBarVertical a.themesHover, ul.MenuBarVertical a.themesVisible,
ul.MenuBarVertical a.themes:hover
{
	background: transparent url(left_bar.png) no-repeat -47px -63px !important;
}


ul.MenuBarVertical li.last {
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
/**/
.buy_theme_left {
	position:fixed !important;
top: 296px !important;
width:50px;
padding-top: 5px !important;
}
.special {
	position:fixed !important;
top: 544px !important;
width:50px;
padding-top: 5px !important;
display: none;
}
.more_themes_navigation {
	position:fixed !important;
top: 235px !important;
width:50px;
padding-top: 5px !important;
}

a.spec_th:link, a.spec_th:active, a.spec_th:visited {
	display: block;
	text-indent: -9999px;
	background: url(left_bar.png) no-repeat -52px 0px;
	width:47px;
	height: 27px;
	margin: 5px 0px 5px 2px;
	padding: 0;
}
ul.MenuBarVertical a.spec_thHover, ul.MenuBarVertical a.spec_thHover, ul.MenuBarVertical a.spec_thVisible,
ul.MenuBarVertical a.spec_th:hover
{
	background: transparent url(left_bar.png) no-repeat -99px 0px !important;
}

/**/
a.get_free:link, a.get_free:active, a.get_free:visited {
	display: block;
	text-indent: -9999px;
	background: url(left_bar.png) no-repeat -53px -95px;
	width:47px;
	height: 32px;
	margin: 5px 0px 5px 2px;
	padding: 0;
}
ul.MenuBarVertical a.get_freeHover, ul.MenuBarVertical a.get_freeHover, ul.MenuBarVertical a.get_freeVisible,
ul.MenuBarVertical a.get_free:hover
{
	background: transparent url(left_bar.png) no-repeat -100px -95px !important;
}

/*IE6 fix*/
* html ul.MenuBarVertical  {
	 display: none;
}


