@charset "utf-8";
/* CSS Document */

.glossymenu{
	padding: 0;
	width: 170px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.glossymenu  a.menuitemT {
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	background-image: url(../images/GO_glossyback_T.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 8px;
}
.glossymenu a.menuitemB {
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	background-image: url(../images/GO_glossyback_b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 7px;
}
.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../images/GO_glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	height: 30px;
	vertical-align: middle;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ CSS for icon image that gets dynamically added to headers
position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	position: absolute;
}

.glossymenu a.menuitem:hover{
	background-image: url(../images/GO_glossyback2.gif);
}

/* test*/
.glossymenu a.menuitemBOT{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	background-image: url(../images/GO_glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 30px;
}

.glossymenu a.menuitemBOT:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitemBOT .statusicon{ CSS for icon image that gets dynamically added to headers
position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	position: absolute;
}

.glossymenu a.menuitemBOT:hover{
	background-image: url(../images/GO_glossyback2.gif);
}

/* test*/
.glossymenu a.menuitemTOP{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	background-image: url(../images/GO_glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
	height: 30px;
	vertical-align: top;
}
.oneColFixCtrHdr #container #mainContent .glossymenu .menuitemTOP #center {
	vertical-align: middle;
	padding-top: 7px;
}


.glossymenu a.menuitemTOP:visited, .glossymenu .menuitem:active{
color: white;
}
.center {
	display: block;
	padding-top: 7px;
}


.glossymenu a.menuitemTOP .statusicon{ CSS for icon image that gets dynamically added to headers
position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	position: absolute;
}

.glossymenu a.menuitemTOP:hover{
	background-image: url(../images/GO_glossyback2.gif);
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #ededed;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-color: #CC0000;
	color: #FFFFFF;
}


/* ddaccordion */
.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	margin-top: 2px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 25px;
	left: 10px;
}
.mypets2 {
	cursor: hand;
	cursor: pointer;
	background-color: #f2f2f2;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 6px;
}
.mypets .statusicon2{ CSS for icon image that gets dynamically added to headers
position: absolute;
	top: 5px;
	border: none;
	position: relative;
	left: 5px;
	bottom: 5px;
	right: 5px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background-color: #999999;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #333333;
	background-color: #f2f2f2;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent .mypets2 #LeftIMG {
	padding-right: 5px;
}
