/* 
    Document   : languageChooser
    Created on : 3.12.2008, 15:30:
    Author     : vasko
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#language_chooser {
    position: relative;
    float: right;
    height: 30px;
    width: 100%;
	text-align: center;
	font-size: 11px;
    background: url(top_bg.gif) repeat-x right top;
}

#language_chooser ul {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

#language_chooser li {
    float: right;
	line-height: 30px;
	list-style: none;
	padding: 0 15px 0 15px;
}

#language_chooser li a{
	text-decoration:none;
    color: #333333;
}

#language_chooser li a img {
	border: none;
    vertical-align: middle;
}