/* Start of CMSMS style sheet 'extra' */
/* Launch Button */

a {
outline: none;
}

.launch-button{
width: 100px;
height: 30px;
text-align: left;
position: absolute;
z-index: 1fff;
margin-top: 93px;
}

.launch-button ul{
list-style: none;
margin:0 auto 0 auto;
color: #fff;
left: 0px;
margin-left: 45px;
padding-left: -40px;
}

.launch-button li{
float:left;
line-height: 30px;
}

.launch-button li a{
width: auto;
float:left;
display:block;
color:#fff;
text-decoration:none;
font:10px 'Trebuchet MS', Arial;
font-weight: bold;
padding:0 0 0 11px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
border-bottom: none;
}

.launch-button li a span{
float:left;
display: block;
padding:0 16px 0 5px;
height: 30px;
line-height: 30px;
font-weight: bold;
color: #fff;
border-bottom: none;
}

.launch-button li.current a{
width: auto;
float:left;
display:block;
color:#fff;
text-decoration:none;
font:10px 'Trebuchet MS', Arial;
font-weight: bold;
padding:0 0 0 11px;
height: 30px;
line-height: 30px;
text-align: left;
cursor: pointer;
background: transparent url(images/layout/button-left.png) top left no-repeat;
border-bottom: none;
}

.launch-button li.current a span{
color:#fff;
height: 30px; line-height: 30px;
padding:0 16px 0 5px;
background: transparent url(images/layout/button-right.png) top right no-repeat;
cursor: pointer;
border-bottom: none;
}

.launch-button li.current a:visited{
width: auto;
float:left;
display:block;
color:#fff;
text-decoration:none;
font:10px 'Trebuchet MS', Arial;
font-weight: bold;
padding:0 0 0 11px;
height: 30px;
line-height: 30px;
text-align: left;
cursor: default;
background: transparent url(images/layout/button-left.png) top left no-repeat;
border-bottom: none;
}

.launch-button li.current a:visited span{
color:#fff;
height: 30px; line-height: 30px;
padding:0 16px 0 5px;
background: transparent url(images/layout/button-right.png) top right no-repeat;
cursor: default;
border-bottom: none;
}

.launch-button li.current a:hover{
width: auto;
float:left;
display:block;
color:#fff;
text-decoration:none;
font:10px 'Trebuchet MS', Arial;
font-weight: bold;
padding:0 0 0 11px;
height: 30px;
line-height: 30px;
text-align: left;
cursor: pointer;
background: transparent url(images/layout/button-left-hover.png) top left no-repeat;
border-bottom: none;
}

.launch-button li.current a:hover span{
color:#fff;
height: 30px; line-height: 30px;
padding:0 16px 0 5px;
background: transparent url(images/layout/button-right-hover.png) top right no-repeat;
cursor: pointer;
border-bottom: none;
}
/* End of 'extra' */

